@charset "utf-8";
/* reset */
.commonBox,
.part1,
.part2,
.part3,
.part4,
.part5 {
  overflow: hidden;
}
.part2 {
  padding-right: 10px;
}
.tab-head1 {
  height: auto;
  padding: 0px 0px 0 1px;
  overflow: hidden;
  line-height: 54px;
  display: block;
}
.tab-head1 ul li {
  /*width: 20%;*/
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  float: left;
  text-align: center;
  background: #226ebc;
  border-bottom: 2px solid #0259b3;
}
.tab-head1 ul li a {
  color: #ffffff;
  padding: 10px 0 10px 30px;
  font-size: 18px;
}
.tab-head1 ul li.hover {
  box-shadow: 1px 5px 5px rgba(20, 20, 20, 0.2);
  /*width: 20%;*/
  transform: translateZ(100px);
}
.tab-head1 ul li.hover a {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 18px;
}
#bdyw1 a {
  background: url("../../images/common.files/tab1.png") left no-repeat;
}
#bdyw2 a {
  background: url("../../images/common.files/tab2.png") left no-repeat;
}
#bdyw3 a {
  background: url("../../images/common.files/tab4.png") left no-repeat;
}
#bdyw4 a {
  background: url("../../images/common.files/tab5.png") left no-repeat;
}
.lastLi a {
  background: url("../../images/common.files/tab3.png") left no-repeat;
}
#banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  object-fit: fill;
  transition: all 0.6s;
}
#banner .pagination {
  position: absolute;
  left: 0;
  bottom: -4px;
  padding-right: 15px;
  z-index: 20;
  /* margin: 25px 0; */
  text-align: right;
}
#banner a {
  display: block;
}
#banner h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  font-size: 16px;
  /* text-shadow: 1px 1px 1px #000; */
  font-weight: bold;
  line-height: 42px;
  color: #fafafa;
  text-align: left;
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.6);
}
#banner .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  opacity: 0.8;
}
#banner .swiper-pagination-bullet-active {
  background: #226ebc;
}
.newTab h3 {
  line-height: 74px;
  background: #efefef;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 1em;
}
.newTab h3 a {
  color: #d82727;
font-size: 19px;
}
.tab-news1 {
  overflow: hidden;
}
.tab-news1 li {
  padding: 0 5px;
  font-size: 17px;
  color: #434343;
  font-weight: bold;
  float: left;
  line-height: 34px;
}
.tab-head ul li.default {
  color: #226ebc;
  font-size: 18px;
}
.tab-head ul li.default a {
  color: #226ebc;
  font-size: 20px;
}
.swiper-wrapper {
  height: auto!important;
}
.m-lst36 ul li {
  overflow: hidden;
  line-height: 34px;
}
.part3 ul li a {
  display: block;
  padding: 20px 0px;
  background: #f1f1f1;
}
.part3 ul li img {
  display: block;
  margin: 0 auto;
}
.part3 ul li p {
  text-align: center;
  margin-top: 10px;
}
#zt img {
  width: 100%;
  height: 90px;
  padding: 0 10px;
}
/*公开*/
.columnName ul li {
  line-height: 34px;
}
.columnName ul li em {
  padding-right: 5px;
}
.titleTab {
  overflow: hidden;
}
.titleTab h3 {
  float: left;
  line-height: 36px;
}
.titleTab h3 a {
  padding-left: 15px;
  background: url("../../images/common.files/titBg.png") left center no-repeat;
}
.dashedDouble span {
  display: block;
  background: url(../../images/common.files/Line.png) left center repeat-x;
  height: 36px;
}
.titleTab .add {
  display: block;
  background: url("../../images/common.files/aMore.png") left no-repeat;
  float: right;
  width: 12px;
  height: 36px;
}
.ulTab ul li {
  line-height: 44px;
  border-bottom: 1px dashed #d5d5d5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ulTab ul li:last-child {
  border-bottom: none;
}
.ulTab ul li a {
  float: left;
  padding-left: 10px;
  background: url("../../images/common.files/pane.png") left no-repeat;
}
.ulTab ul li span {
  float: right;
  color: #acacac;
}
.ulTab ul li:hover {
  background: #f4f4f4;
}
/*政策解读轮播图*/
.bannerBox {
  min-height: 315px;
  max-height: 315px;
}
#banner1 {
  position: relative;
  width: 100%;
  min-height: 315px;
  max-height: 315px;
  overflow: hidden;
}
#banner1 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 290px;
  max-height: 290px;
  overflow: hidden;
  object-fit: fill;
  transition: all 0.6s;
}
#banner1 .pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding-right: 15px;
  z-index: 20;
  margin: 0;
  text-align: center;
}
#banner1 a {
  display: block;
}
#banner1 h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  font-size: 16px;
  /* text-shadow: 1px 1px 1px #000; */
  font-weight: bold;
  line-height: 42px;
  color: #626262;
  text-align: left;
  padding-left: 15px;
  background: #f7f7f7;
}
#banner1 .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  cursor: pointer;
  background: #c0c0c0;
  border-radius: 8px;
  opacity: 0.8;
}
#banner1 .swiper-pagination-bullet-active {
  background: #226ebc;
}
.xxgk {
  overflow: hidden;
}
.xxgk ul li {
  float: left;
  line-height: 46px;
  padding-right: 50px;
}
.xxgk ul li a {
  padding-left: 50px;
}
.xxgk ul li:last-child {
  padding-right: 0;
}
.zxgk-1 {
  background: url("../../images/common.files/tab12.png") left center no-repeat;
}
.zxgk-2 {
  background: url("../../images/common.files/tab13.png") left center no-repeat;
}
.zxgk-3 {
  background: url("../../images/common.files/tab14.png") left center no-repeat;
}
.zxgk-4 {
  background: url("../../images/common.files/tab15.png") left center no-repeat;
}
.zxgk-5 {
  background: url("../../images/common.files/tab16.png") left center no-repeat;
}
.zxgk-6 {
  background: url("../../images/common.files/tab17.png") left center no-repeat;
}
/*公开结束*/
/*互动*/
.part6 {
  overflow: hidden;
}
.part6 h3 {
  padding-bottom: 15px;
}
.part6 h3 a {
  font-size: 18px;
}
.hd_content table {
  width: 100%;
  /* border: 1px solid #CCC; */
  font-size: 14px;
  table-layout: fixed;
}
.hd_content table thead tr {
  background: #f7fbff;
  color: #1558a4;
  line-height: 34px;
}
.hd_content table thead td {
  text-align: center;
  padding-left: 0;
  color: #626262;
}
.hd_content table tr:nth-child(2n) {
  background: #f5fdff;
}
.hd_content table td {
  border: 1px solid #e6e6e8;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #626262;
}
#xjbm {
  width: 50%;
}
#clzt {
  width: 10%;
}
.fangtan a img {
  width: 96%;
  min-height: 23px;
  max-height: 230px;
}
.fangtan p {
  line-height: 34px;
  margin-top: 7px;
}
.fangtan p span {
  background: #226ebc;
  color: #ffffff;
  padding: 5px;
  margin-right: 5px;
}
.dczj ul li {
  margin-bottom: 10px;
}
.dczj ul li a {
  display: block;
  height: 80px;
  background: #f2f2f2;
}
.dczj ul li a span {
  text-align: center;
  background: #89c997;
  padding: 10px 10px;
  color: #ffffff;
}
.dczj ul li a p {
  padding-top: 18px;
}
.dczj ul li:hover a span {
  background: #f19149;
}
.jiuCuo a {
  display: block;
  height: 170px;
  line-height: 170px;
  background: url(../../images/common.files/zhaocuo.png) no-repeat;
  text-align: center;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.xinfang a {
  display: block;
  height: 170px;
  line-height: 170px;
  background: url(../../images/common.files/xinfang.png) no-repeat;
  text-align: center;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.part7 ul li {
  margin-bottom: 20px;
}
.part7 ul li img {
  width: 100%;
  height: 110px;
}
@media all and (max-width: 1196px) {
  .rightBox {
    padding-right: 10px!important;
  }
  .part2 {
    padding-right: 10px;
  }
  #banner img {
    min-height: 330px;
    max-height: 330px;
  }
}
@media all and (max-width: 1024px) {
  .rightBox {
    padding: 0!important;
  }
  .tab-head ul li.default a {
    color: #226ebc;
    font-size: 18px;
  }
  .tab-news1 li {
    padding: 0 5px;
    font-size: 16px;
    color: #434343;
    font-weight: bold;
    float: left;
    line-height: 34px;
  }
}
@media all and (max-width: 750px) {
  #banner img {
    min-height: 220px;
    max-height: 220px;
  }
  .newTab h3 {
    line-height: 34px;
    background: #efefef;
    text-align: center;
    margin-top: 15px;
  }
  .part3 ul li {
    height: 92px;
    margin-bottom: 20px;
  }
}

   #maplist li{padding: 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;line-height: 50px;text-align: center;cursor: pointer;}
   #maplist  li a{display: block;margin: 3px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;background: #226ebc;color: #fff;font-size: 13px;}
 
/* 通用右侧悬浮 */
.rightFixed li.phone .wem{ display: none;}
.rightFixed li:hover.phone .wem{ display: block; position: absolute; left:-125px; top:0px; }
.rightFixed li.phone .wem img{ width: 120px;}

.rightFixed li.weibo .wem{ display: none;}
.rightFixed li:hover.weibo .wem{ display: block; position: absolute; left:-125px; top:0px; ;}
.rightFixed li.weibo .wem img{ width: 110px;}

.rightFixed li.weixin .wem{ display: none;}
.rightFixed li:hover.weixin .wem{ display: block; position: absolute; left:-125px; top:0px; }
.rightFixed li.weixin .wem img{ width: 120px;}

.rightFixed{width: 55px;height: 370px;position: fixed;right: 10px;top: 34%;}
.rightFixed li{width:55px; height:55px; margin-bottom:10px; border-radius:50%; box-shadow:1px 1px 5px #eaeaea; position:relative; cursor:pointer; background: #2A68BD;}
.rightFixed li span{position:absolute; width:43px; height:38px; left:7px; top:9px; background:url(../../images/common.files/rightIcon.png) no-repeat;}
.rightFixed li em{display:none;}

.rightFixed .closeAll span{background-position:-22px -77px;}
.rightFixed .siteIndex span{background-position:-324px -75px;}
.rightFixed .weixin span{background-position: -109px -77px;}
.rightFixed .weibo span{background-position:-184px -77px;}
.rightFixed .phone span{background-position:-249px -76px;}
.rightFixed .goTop span{background-position:-394px -77px; margin-bottom:0;}

.rightFixed li:hover{width:55px; height:55px; border-radius:50%; background:#2A68BD; text-align:center;}
.rightFixed li:hover em{display:inline-block; height:55px; line-height:55px; margin-left:50px; color:#1f528f; font-size:20px;}
.rightFixed li:hover.closeAll span{background-position:-22px -12px;}

.rightFixed .siteIndex:hover span{background-position:-323px -9px;}
.rightFixed li:hover.weixin span{background-position:-110px -12px;}
.rightFixed li:hover.weibo span{background-position:-185px -12px;}
.rightFixed li:hover.phone span{background-position:-248px -12px;}
.rightFixed li:hover.goTop span{background-position:-394px -12px; margin-bottom:0;}
/*# sourceMappingURL=gl-index.css.map */